Html Css Color HEX #BBA427 Earls Green

📋 copy color: '#BBA427'

red 187 ◦ green 164 ◦ blue 39

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

Shades of Earls Green #BBA427

Tints of Earls Green #BBA427

RGB

 RED value IS 187 (73.44% from 255) = 47.95%

 GREEN value IS 164 (64.45% from 255) = 42.05%

 BLUE value IS 39 (15.63% from 255) = 10%

R = 47.95%
G = 42.05%
B = 10%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BBA427 (or 0xBBA427) is known color: Earls Green. HEX triplet: BB, A4 and 27. RGB value is (187,164,39). Sum of RGB (Red+Green+Blue) = 187+164+39=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 39 (15.62% from 255 or 10% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA427 is #445BD8. Grayscale: #9D9D9D. Windows color (decimal): -4479961 or 2598075. OLE color: 2598075.

HSL color Cylindrical-coordinate representation of color #BBA427: hue angle of 50.68º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBA427 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 164 39 -
CMYK 0 0.12 0.79 0.27
HSL 50.68º 0.65% 0.44% -
HSV(B) 50.68º 0.79% 0.73% -
XYZ 34.14 37.26 7.31 -
YUV 156.63 61.62 149.66 -
System Red Green Blue C M Y K H S L
Decimal 187 164 39 0 0.12 0.79 0.27 50.68 0.65 0.44
Hex BB A4 27 0 C 4F 1B 33 41 2C
Octal 273 244 47 0 14 117 33 63 101 54
Binary 10111011 10100100 100111 0 1100 1001111 11011 110011 1000001 101100

Color Harmonies of #BBA427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA427

Black with #BBA427

Text Example


Text Example

White with #BBA427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA427; }

 p { color: rgb(187,164,39); }

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

background-color css

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

 a { background-color: rgb(187,164,39); }

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

border-color css

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

 span { border-color: rgb(187,164,39); }

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