Html Css Color HEX #BDCC12 Rio Grande

📋 copy color: '#BDCC12'

red 189 ◦ green 204 ◦ blue 18

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

Shades of Rio Grande #BDCC12

Tints of Rio Grande #BDCC12

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.64%

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

R = 45.99%
G = 49.64%
B = 4.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#BDCC12 (or 0xBDCC12) is known color: Rio Grande. HEX triplet: BD, CC and 12. RGB value is (189,204,18). Sum of RGB (Red+Green+Blue) = 189+204+18=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCC12 is #4233ED. Grayscale: #B3B3B3. Windows color (decimal): -4338670 or 1232061. OLE color: 1232061.

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

Color convert

RGB 189 204 18 -
CMYK 0.07 0 0.91 0.2
HSL 64.84º 0.84% 0.44% -
HSV(B) 64.84º 0.91% 0.8% -
XYZ 42.69 54.05 8.75 -
YUV 178.31 37.53 135.62 -
System Red Green Blue C M Y K H S L
Decimal 189 204 18 0.07 0 0.91 0.2 64.84 0.84 0.44
Hex BD CC 12 7 0 5B 14 41 54 2C
Octal 275 314 22 7 0 133 24 101 124 54
Binary 10111101 11001100 10010 111 0 1011011 10100 1000001 1010100 101100

Color Harmonies of #BDCC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCC12

Black with #BDCC12

Text Example


Text Example

White with #BDCC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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