Html Css Color HEX #BFB02A Earls Green

📋 copy color: '#BFB02A'

red 191 ◦ green 176 ◦ blue 42

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

Shades of Earls Green #BFB02A

Tints of Earls Green #BFB02A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.03%

 BLUE value IS 42 (16.8% from 255) = 10.27%

R = 46.7%
G = 43.03%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BFB02A (or 0xBFB02A) is known color: Earls Green. HEX triplet: BF, B0 and 2A. RGB value is (191,176,42). Sum of RGB (Red+Green+Blue) = 191+176+42=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB02A is #404FD5. Grayscale: #A5A5A5. Windows color (decimal): -4214742 or 2797759. OLE color: 2797759.

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

Color convert

RGB 191 176 42 -
CMYK 0 0.08 0.78 0.25
HSL 53.96º 0.64% 0.46% -
HSV(B) 53.96º 0.78% 0.75% -
XYZ 37.43 42.29 8.38 -
YUV 165.21 58.47 146.4 -
System Red Green Blue C M Y K H S L
Decimal 191 176 42 0 0.08 0.78 0.25 53.96 0.64 0.46
Hex BF B0 2A 0 8 4E 19 36 40 2E
Octal 277 260 52 0 10 116 31 66 100 56
Binary 10111111 10110000 101010 0 1000 1001110 11001 110110 1000000 101110

Color Harmonies of #BFB02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB02A

Black with #BFB02A

Text Example


Text Example

White with #BFB02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB02A; }

 p { color: rgb(191,176,42); }

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

background-color css

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

 a { background-color: rgb(191,176,42); }

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

border-color css

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

 span { border-color: rgb(191,176,42); }

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