Html Css Color HEX #BFB030 Earls Green

📋 copy color: '#BFB030'

red 191 ◦ green 176 ◦ blue 48

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

Shades of Earls Green #BFB030

Tints of Earls Green #BFB030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.57%

R = 46.02%
G = 42.41%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BFB030 (or 0xBFB030) is known color: Earls Green. HEX triplet: BF, B0 and 30. RGB value is (191,176,48). Sum of RGB (Red+Green+Blue) = 191+176+48=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB030 is #404FCF. Grayscale: #A6A6A6. Windows color (decimal): -4214736 or 3190975. OLE color: 3190975.

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

Color convert

RGB 191 176 48 -
CMYK 0 0.08 0.75 0.25
HSL 53.71º 0.6% 0.47% -
HSV(B) 53.71º 0.75% 0.75% -
XYZ 37.54 42.34 8.99 -
YUV 165.89 61.47 145.91 -
System Red Green Blue C M Y K H S L
Decimal 191 176 48 0 0.08 0.75 0.25 53.71 0.6 0.47
Hex BF B0 30 0 8 4B 19 36 3C 2F
Octal 277 260 60 0 10 113 31 66 74 57
Binary 10111111 10110000 110000 0 1000 1001011 11001 110110 111100 101111

Color Harmonies of #BFB030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB030

Black with #BFB030

Text Example


Text Example

White with #BFB030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB030; }

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

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

background-color css

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

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

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

border-color css

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

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

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