Html Css Color HEX #BDBF21 Rio Grande

📋 copy color: '#BDBF21'

red 189 ◦ green 191 ◦ blue 33

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

Shades of Rio Grande #BDBF21

Tints of Rio Grande #BDBF21

RGB

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

 GREEN value IS 191 (75% from 255) = 46.25%

 BLUE value IS 33 (13.28% from 255) = 7.99%

R = 45.76%
G = 46.25%
B = 7.99%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BDBF21 (or 0xBDBF21) is known color: Rio Grande. HEX triplet: BD, BF and 21. RGB value is (189,191,33). Sum of RGB (Red+Green+Blue) = 189+191+33=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 33 (13.28% from 255 or 7.99% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBF21 is #4240DE. Grayscale: #ADADAD. Windows color (decimal): -4341983 or 2211773. OLE color: 2211773.

HSL color Cylindrical-coordinate representation of color #BDBF21: hue angle of 60.76º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDBF21 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 191 33 -
CMYK 0.01 0 0.83 0.25
HSL 60.76º 0.71% 0.44% -
HSV(B) 60.76º 0.83% 0.75% -
XYZ 39.89 48.19 8.64 -
YUV 172.39 49.34 139.85 -
System Red Green Blue C M Y K H S L
Decimal 189 191 33 0.01 0 0.83 0.25 60.76 0.71 0.44
Hex BD BF 21 1 0 53 19 3D 47 2C
Octal 275 277 41 1 0 123 31 75 107 54
Binary 10111101 10111111 100001 1 0 1010011 11001 111101 1000111 101100

Color Harmonies of #BDBF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBF21

Black with #BDBF21

Text Example


Text Example

White with #BDBF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBF21; }

 p { color: rgb(189,191,33); }

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

background-color css

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

 a { background-color: rgb(189,191,33); }

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

border-color css

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

 span { border-color: rgb(189,191,33); }

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