Html Css Color HEX #BFC029 Rio Grande

📋 copy color: '#BFC029'

red 191 ◦ green 192 ◦ blue 41

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

Shades of Rio Grande #BFC029

Tints of Rio Grande #BFC029

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.28%

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

R = 45.05%
G = 45.28%
B = 9.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BFC029 (or 0xBFC029) is known color: Rio Grande. HEX triplet: BF, C0 and 29. RGB value is (191,192,41). Sum of RGB (Red+Green+Blue) = 191+192+41=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC029 is #403FD6. Grayscale: #AFAFAF. Windows color (decimal): -4210647 or 2736319. OLE color: 2736319.

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

Color convert

RGB 191 192 41 -
CMYK 0.01 0 0.79 0.25
HSL 60.4º 0.65% 0.46% -
HSV(B) 60.4º 0.79% 0.75% -
XYZ 40.74 48.94 9.4 -
YUV 174.49 52.67 139.78 -
System Red Green Blue C M Y K H S L
Decimal 191 192 41 0.01 0 0.79 0.25 60.4 0.65 0.46
Hex BF C0 29 1 0 4F 19 3C 41 2E
Octal 277 300 51 1 0 117 31 74 101 56
Binary 10111111 11000000 101001 1 0 1001111 11001 111100 1000001 101110

Color Harmonies of #BFC029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC029

Black with #BFC029

Text Example


Text Example

White with #BFC029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC029; }

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

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

background-color css

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

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

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

border-color css

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

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

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