Html Css Color HEX #BDC917 Rio Grande

📋 copy color: '#BDC917'

red 189 ◦ green 201 ◦ blue 23

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

Shades of Rio Grande #BDC917

Tints of Rio Grande #BDC917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.57%

R = 45.76%
G = 48.67%
B = 5.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#BDC917 (or 0xBDC917) is known color: Rio Grande. HEX triplet: BD, C9 and 17. RGB value is (189,201,23). Sum of RGB (Red+Green+Blue) = 189+201+23=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 23 (9.38% from 255 or 5.57% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC917 is #4236E8. Grayscale: #B1B1B1. Windows color (decimal): -4339433 or 1558973. OLE color: 1558973.

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

Color convert

RGB 189 201 23 -
CMYK 0.06 0 0.89 0.21
HSL 64.04º 0.79% 0.44% -
HSV(B) 64.04º 0.89% 0.79% -
XYZ 42.03 52.65 8.76 -
YUV 177.12 41.02 136.47 -
System Red Green Blue C M Y K H S L
Decimal 189 201 23 0.06 0 0.89 0.21 64.04 0.79 0.44
Hex BD C9 17 6 0 59 15 40 4F 2C
Octal 275 311 27 6 0 131 25 100 117 54
Binary 10111101 11001001 10111 110 0 1011001 10101 1000000 1001111 101100

Color Harmonies of #BDC917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC917

Black with #BDC917

Text Example


Text Example

White with #BDC917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC917; }

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

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

background-color css

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

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

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

border-color css

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

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

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