Html Css Color HEX #BBA41B Earls Green

📋 copy color: '#BBA41B'

red 187 ◦ green 164 ◦ blue 27

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

Shades of Earls Green #BBA41B

Tints of Earls Green #BBA41B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.14%

R = 49.47%
G = 43.39%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BBA41B (or 0xBBA41B) is known color: Earls Green. HEX triplet: BB, A4 and 1B. RGB value is (187,164,27). Sum of RGB (Red+Green+Blue) = 187+164+27=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA41B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA41B is #445BE4. Grayscale: #9B9B9B. Windows color (decimal): -4479973 or 1811643. OLE color: 1811643.

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

Color convert

RGB 187 164 27 -
CMYK 0 0.12 0.86 0.27
HSL 51.38º 0.75% 0.42% -
HSV(B) 51.38º 0.86% 0.73% -
XYZ 33.97 37.19 6.43 -
YUV 155.26 55.62 150.64 -
System Red Green Blue C M Y K H S L
Decimal 187 164 27 0 0.12 0.86 0.27 51.38 0.75 0.42
Hex BB A4 1B 0 C 56 1B 33 4B 2A
Octal 273 244 33 0 14 126 33 63 113 52
Binary 10111011 10100100 11011 0 1100 1010110 11011 110011 1001011 101010

Color Harmonies of #BBA41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA41B

Black with #BBA41B

Text Example


Text Example

White with #BBA41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA41B; }

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

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

background-color css

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

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

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

border-color css

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

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

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