Html Css Color HEX #BDCC18 Rio Grande

📋 copy color: '#BDCC18'

red 189 ◦ green 204 ◦ blue 24

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

Shades of Rio Grande #BDCC18

Tints of Rio Grande #BDCC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.76%

R = 45.32%
G = 48.92%
B = 5.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#BDCC18 (or 0xBDCC18) is known color: Rio Grande. HEX triplet: BD, CC and 18. RGB value is (189,204,24). Sum of RGB (Red+Green+Blue) = 189+204+24=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 24 (9.77% from 255 or 5.76% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCC18 is #4233E7. Grayscale: #B3B3B3. Windows color (decimal): -4338664 or 1625277. OLE color: 1625277.

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

Color convert

RGB 189 204 24 -
CMYK 0.07 0 0.88 0.2
HSL 65º 0.79% 0.45% -
HSV(B) 65º 0.88% 0.8% -
XYZ 42.74 54.07 9.05 -
YUV 179 40.53 135.14 -
System Red Green Blue C M Y K H S L
Decimal 189 204 24 0.07 0 0.88 0.2 65 0.79 0.45
Hex BD CC 18 7 0 58 14 41 4F 2D
Octal 275 314 30 7 0 130 24 101 117 55
Binary 10111101 11001100 11000 111 0 1011000 10100 1000001 1001111 101101

Color Harmonies of #BDCC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCC18

Black with #BDCC18

Text Example


Text Example

White with #BDCC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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