Html Css Color HEX #BFB428 Earls Green

📋 copy color: '#BFB428'

red 191 ◦ green 180 ◦ blue 40

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

Shades of Earls Green #BFB428

Tints of Earls Green #BFB428

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.8%

 BLUE value IS 40 (16.02% from 255) = 9.73%

R = 46.47%
G = 43.8%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BFB428 (or 0xBFB428) is known color: Earls Green. HEX triplet: BF, B4 and 28. RGB value is (191,180,40). Sum of RGB (Red+Green+Blue) = 191+180+40=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB428 is #404BD7. Grayscale: #A7A7A7. Windows color (decimal): -4213720 or 2667711. OLE color: 2667711.

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

Color convert

RGB 191 180 40 -
CMYK 0 0.06 0.79 0.25
HSL 55.63º 0.65% 0.45% -
HSV(B) 55.63º 0.79% 0.75% -
XYZ 38.19 43.87 8.46 -
YUV 167.33 56.14 144.88 -
System Red Green Blue C M Y K H S L
Decimal 191 180 40 0 0.06 0.79 0.25 55.63 0.65 0.45
Hex BF B4 28 0 6 4F 19 38 41 2D
Octal 277 264 50 0 6 117 31 70 101 55
Binary 10111111 10110100 101000 0 110 1001111 11001 111000 1000001 101101

Color Harmonies of #BFB428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB428

Black with #BFB428

Text Example


Text Example

White with #BFB428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB428; }

 p { color: rgb(191,180,40); }

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

background-color css

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

 a { background-color: rgb(191,180,40); }

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

border-color css

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

 span { border-color: rgb(191,180,40); }

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