Html Css Color HEX #BBA423 Earls Green

📋 copy color: '#BBA423'

red 187 ◦ green 164 ◦ blue 35

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

Shades of Earls Green #BBA423

Tints of Earls Green #BBA423

RGB

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

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

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

R = 48.45%
G = 42.49%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BBA423 (or 0xBBA423) is known color: Earls Green. HEX triplet: BB, A4 and 23. RGB value is (187,164,35). Sum of RGB (Red+Green+Blue) = 187+164+35=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 35 (14.06% from 255 or 9.07% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA423 is #445BDC. Grayscale: #9C9C9C. Windows color (decimal): -4479965 or 2335931. OLE color: 2335931.

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

Color convert

RGB 187 164 35 -
CMYK 0 0.12 0.81 0.27
HSL 50.92º 0.68% 0.44% -
HSV(B) 50.92º 0.81% 0.73% -
XYZ 34.07 37.24 6.98 -
YUV 156.17 59.62 149.99 -
System Red Green Blue C M Y K H S L
Decimal 187 164 35 0 0.12 0.81 0.27 50.92 0.68 0.44
Hex BB A4 23 0 C 51 1B 33 44 2C
Octal 273 244 43 0 14 121 33 63 104 54
Binary 10111011 10100100 100011 0 1100 1010001 11011 110011 1000100 101100

Color Harmonies of #BBA423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA423

Black with #BBA423

Text Example


Text Example

White with #BBA423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA423; }

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

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

background-color css

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

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

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

border-color css

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

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

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