Html Css Color HEX #BFCD21 Rio Grande

📋 copy color: '#BFCD21'

red 191 ◦ green 205 ◦ blue 33

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

Shades of Rio Grande #BFCD21

Tints of Rio Grande #BFCD21

RGB

 RED value IS 191 (75% from 255) = 44.52%

 GREEN value IS 205 (80.47% from 255) = 47.79%

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

R = 44.52%
G = 47.79%
B = 7.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#BFCD21 (or 0xBFCD21) is known color: Rio Grande. HEX triplet: BF, CD and 21. RGB value is (191,205,33). Sum of RGB (Red+Green+Blue) = 191+205+33=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 33 (13.28% from 255 or 7.69% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCD21 is #4032DE. Grayscale: #B5B5B5. Windows color (decimal): -4207327 or 2215359. OLE color: 2215359.

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

Color convert

RGB 191 205 33 -
CMYK 0.07 0 0.84 0.20
HSL 64.88º 0.72% 0.47% -
HSV(B) 64.88º 0.84% 0.8% -
XYZ 43.59 54.85 9.73 -
YUV 181.21 44.36 134.99 -
System Red Green Blue C M Y K H S L
Decimal 191 205 33 0.07 0 0.84 0.20 64.88 0.72 0.47
Hex BF CD 21 7 0 54 14 41 48 2F
Octal 277 315 41 7 0 124 24 101 110 57
Binary 10111111 11001101 100001 111 0 1010100 10100 1000001 1001000 101111

Color Harmonies of #BFCD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD21

Black with #BFCD21

Text Example


Text Example

White with #BFCD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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