Html Css Color HEX #BFB323 Earls Green

📋 copy color: '#BFB323'

red 191 ◦ green 179 ◦ blue 35

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

Shades of Earls Green #BFB323

Tints of Earls Green #BFB323

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.2%

 BLUE value IS 35 (14.06% from 255) = 8.64%

R = 47.16%
G = 44.2%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BFB323 (or 0xBFB323) is known color: Earls Green. HEX triplet: BF, B3 and 23. RGB value is (191,179,35). Sum of RGB (Red+Green+Blue) = 191+179+35=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 35 (14.06% from 255 or 8.64% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB323 is #404CDC. Grayscale: #A6A6A6. Windows color (decimal): -4213981 or 2339775. OLE color: 2339775.

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

Color convert

RGB 191 179 35 -
CMYK 0 0.06 0.82 0.25
HSL 55.38º 0.69% 0.44% -
HSV(B) 55.38º 0.82% 0.75% -
XYZ 37.91 43.44 7.98 -
YUV 166.17 53.98 145.71 -
System Red Green Blue C M Y K H S L
Decimal 191 179 35 0 0.06 0.82 0.25 55.38 0.69 0.44
Hex BF B3 23 0 6 52 19 37 45 2C
Octal 277 263 43 0 6 122 31 67 105 54
Binary 10111111 10110011 100011 0 110 1010010 11001 110111 1000101 101100

Color Harmonies of #BFB323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB323

Black with #BFB323

Text Example


Text Example

White with #BFB323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB323; }

 p { color: rgb(191,179,35); }

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

background-color css

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

 a { background-color: rgb(191,179,35); }

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

border-color css

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

 span { border-color: rgb(191,179,35); }

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