Html Css Color HEX #BFB429 Earls Green

📋 copy color: '#BFB429'

red 191 ◦ green 180 ◦ blue 41

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

Shades of Earls Green #BFB429

Tints of Earls Green #BFB429

RGB

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

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

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

R = 46.36%
G = 43.69%
B = 9.95%

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

#BFB429 (or 0xBFB429) is known color: Earls Green. HEX triplet: BF, B4 and 29. RGB value is (191,180,41). Sum of RGB (Red+Green+Blue) = 191+180+41=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 41 (16.41% from 255 or 9.95% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB429 is #404BD6. Grayscale: #A8A8A8. Windows color (decimal): -4213719 or 2733247. OLE color: 2733247.

HSL color Cylindrical-coordinate representation of color #BFB429: hue angle of 55.6º 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 #BFB429 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 180 41 -
CMYK 0 0.06 0.79 0.25
HSL 55.6º 0.65% 0.45% -
HSV(B) 55.6º 0.79% 0.75% -
XYZ 38.21 43.88 8.55 -
YUV 167.44 56.64 144.8 -
System Red Green Blue C M Y K H S L
Decimal 191 180 41 0 0.06 0.79 0.25 55.6 0.65 0.45
Hex BF B4 29 0 6 4F 19 38 41 2D
Octal 277 264 51 0 6 117 31 70 101 55
Binary 10111111 10110100 101001 0 110 1001111 11001 111000 1000001 101101

Color Harmonies of #BFB429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB429

Black with #BFB429

Text Example


Text Example

White with #BFB429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB429; }

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

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

background-color css

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

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

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

border-color css

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

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

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