Html Css Color HEX #BFC421 Rio Grande

📋 copy color: '#BFC421'

red 191 ◦ green 196 ◦ blue 33

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

Shades of Rio Grande #BFC421

Tints of Rio Grande #BFC421

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.67%

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

R = 45.48%
G = 46.67%
B = 7.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#BFC421 (or 0xBFC421) is known color: Rio Grande. HEX triplet: BF, C4 and 21. RGB value is (191,196,33). Sum of RGB (Red+Green+Blue) = 191+196+33=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 196 (76.95% from 255 or 46.67% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC421 is #403BDE. Grayscale: #B0B0B0. Windows color (decimal): -4209631 or 2213055. OLE color: 2213055.

HSL color Cylindrical-coordinate representation of color #BFC421: hue angle of 61.84º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFC421 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 196 33 -
CMYK 0.03 0 0.83 0.23
HSL 61.84º 0.71% 0.45% -
HSV(B) 61.84º 0.83% 0.77% -
XYZ 41.5 50.67 9.03 -
YUV 175.92 47.34 138.75 -
System Red Green Blue C M Y K H S L
Decimal 191 196 33 0.03 0 0.83 0.23 61.84 0.71 0.45
Hex BF C4 21 3 0 53 17 3E 47 2D
Octal 277 304 41 3 0 123 27 76 107 55
Binary 10111111 11000100 100001 11 0 1010011 10111 111110 1000111 101101

Color Harmonies of #BFC421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC421

Black with #BFC421

Text Example


Text Example

White with #BFC421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC421; }

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

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

background-color css

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

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

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

border-color css

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

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

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