Html Css Color HEX #BFC229 Rio Grande

📋 copy color: '#BFC229'

red 191 ◦ green 194 ◦ blue 41

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

Shades of Rio Grande #BFC229

Tints of Rio Grande #BFC229

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.54%

 BLUE value IS 41 (16.41% from 255) = 9.62%

R = 44.84%
G = 45.54%
B = 9.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#BFC229 (or 0xBFC229) is known color: Rio Grande. HEX triplet: BF, C2 and 29. RGB value is (191,194,41). Sum of RGB (Red+Green+Blue) = 191+194+41=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 41 (16.41% from 255 or 9.62% from 426); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC229 is #403DD6. Grayscale: #B0B0B0. Windows color (decimal): -4210135 or 2736831. OLE color: 2736831.

HSL color Cylindrical-coordinate representation of color #BFC229: hue angle of 61.18º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFC229 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 194 41 -
CMYK 0.02 0 0.79 0.24
HSL 61.18º 0.65% 0.46% -
HSV(B) 61.18º 0.79% 0.76% -
XYZ 41.18 49.82 9.54 -
YUV 175.66 52.01 138.94 -
System Red Green Blue C M Y K H S L
Decimal 191 194 41 0.02 0 0.79 0.24 61.18 0.65 0.46
Hex BF C2 29 2 0 4F 18 3D 41 2E
Octal 277 302 51 2 0 117 30 75 101 56
Binary 10111111 11000010 101001 10 0 1001111 11000 111101 1000001 101110

Color Harmonies of #BFC229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC229

Black with #BFC229

Text Example


Text Example

White with #BFC229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC229; }

 p { color: rgb(191,194,41); }

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

background-color css

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

 a { background-color: rgb(191,194,41); }

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

border-color css

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

 span { border-color: rgb(191,194,41); }

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