Html Css Color HEX #BFB02B Earls Green

📋 copy color: '#BFB02B'

red 191 ◦ green 176 ◦ blue 43

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

Shades of Earls Green #BFB02B

Tints of Earls Green #BFB02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.49%

R = 46.59%
G = 42.93%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BFB02B (or 0xBFB02B) is known color: Earls Green. HEX triplet: BF, B0 and 2B. RGB value is (191,176,43). Sum of RGB (Red+Green+Blue) = 191+176+43=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB02B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB02B is #404FD4. Grayscale: #A5A5A5. Windows color (decimal): -4214741 or 2863295. OLE color: 2863295.

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

Color convert

RGB 191 176 43 -
CMYK 0 0.08 0.77 0.25
HSL 53.92º 0.63% 0.46% -
HSV(B) 53.92º 0.77% 0.75% -
XYZ 37.45 42.3 8.48 -
YUV 165.32 58.97 146.31 -
System Red Green Blue C M Y K H S L
Decimal 191 176 43 0 0.08 0.77 0.25 53.92 0.63 0.46
Hex BF B0 2B 0 8 4D 19 36 3F 2E
Octal 277 260 53 0 10 115 31 66 77 56
Binary 10111111 10110000 101011 0 1000 1001101 11001 110110 111111 101110

Color Harmonies of #BFB02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB02B

Black with #BFB02B

Text Example


Text Example

White with #BFB02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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