Html Css Color HEX #BDCE12 Rio Grande

📋 copy color: '#BDCE12'

red 189 ◦ green 206 ◦ blue 18

#BDCE12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BDCE12

Tints of Rio Grande #BDCE12

RGB

 RED value IS 189 (74.22% from 255) = 45.76%

 GREEN value IS 206 (80.86% from 255) = 49.88%

 BLUE value IS 18 (7.42% from 255) = 4.36%

R = 45.76%
G = 49.88%
B = 4.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDCE12 (or 0xBDCE12) is known color: Rio Grande. HEX triplet: BD, CE and 12. RGB value is (189,206,18). Sum of RGB (Red+Green+Blue) = 189+206+18=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCE12 is #4231ED. Grayscale: #B4B4B4. Windows color (decimal): -4338158 or 1232573. OLE color: 1232573.

HSL color Cylindrical-coordinate representation of color #BDCE12: hue angle of 65.43º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDCE12 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 206 18 -
CMYK 0.08 0 0.91 0.19
HSL 65.43º 0.84% 0.44% -
HSV(B) 65.43º 0.91% 0.81% -
XYZ 43.17 55.01 8.91 -
YUV 179.49 36.87 134.79 -
System Red Green Blue C M Y K H S L
Decimal 189 206 18 0.08 0 0.91 0.19 65.43 0.84 0.44
Hex BD CE 12 8 0 5B 13 41 54 2C
Octal 275 316 22 10 0 133 23 101 124 54
Binary 10111101 11001110 10010 1000 0 1011011 10011 1000001 1010100 101100

Color Harmonies of #BDCE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCE12

Black with #BDCE12

Text Example


Text Example

White with #BDCE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCE12; }

 p { color: rgb(189,206,18); }

 H1.HeaderClassName
 {
   color: #BDCE12;
 }
 .AnyTagClassName
 {
   color: #BDCE12;
 }
</style>

background-color css

<style>
 a { background-color: #BDCE12; }

 a { background-color: rgb(189,206,18); }

 div.DivClassName
 {
   background-color: #BDCE12;
 }
 .BgClassName
 {
   background-color: #BDCE12;
 }
</style>

border-color css

<style>
 span { border-color: #BDCE12; }

 span { border-color: rgb(189,206,18); }

 td.TdClassName
 {
   border-color: #BDCE12;
 }
 .TagClassName
 {
   border-color: #BDCE12;
 }
</style>