Html Css Color HEX #BDC928 Rio Grande

📋 copy color: '#BDC928'

red 189 ◦ green 201 ◦ blue 40

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

Shades of Rio Grande #BDC928

Tints of Rio Grande #BDC928

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.74%

 BLUE value IS 40 (16.02% from 255) = 9.3%

R = 43.95%
G = 46.74%
B = 9.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#BDC928 (or 0xBDC928) is known color: Rio Grande. HEX triplet: BD, C9 and 28. RGB value is (189,201,40). Sum of RGB (Red+Green+Blue) = 189+201+40=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 40 (16.02% from 255 or 9.30% from 430); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC928 is #4236D7. Grayscale: #B3B3B3. Windows color (decimal): -4339416 or 2673085. OLE color: 2673085.

HSL color Cylindrical-coordinate representation of color #BDC928: hue angle of 64.47º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDC928 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 40 -
CMYK 0.06 0 0.80 0.21
HSL 64.47º 0.67% 0.47% -
HSV(B) 64.47º 0.8% 0.79% -
XYZ 42.26 52.75 9.96 -
YUV 179.06 49.52 135.09 -
System Red Green Blue C M Y K H S L
Decimal 189 201 40 0.06 0 0.80 0.21 64.47 0.67 0.47
Hex BD C9 28 6 0 50 15 40 43 2F
Octal 275 311 50 6 0 120 25 100 103 57
Binary 10111101 11001001 101000 110 0 1010000 10101 1000000 1000011 101111

Color Harmonies of #BDC928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC928

Black with #BDC928

Text Example


Text Example

White with #BDC928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC928; }

 p { color: rgb(189,201,40); }

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

background-color css

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

 a { background-color: rgb(189,201,40); }

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

border-color css

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

 span { border-color: rgb(189,201,40); }

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