Html Css Color HEX #BCB330 Earls Green

📋 copy color: '#BCB330'

red 188 ◦ green 179 ◦ blue 48

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

Shades of Earls Green #BCB330

Tints of Earls Green #BCB330

RGB

 RED value IS 188 (73.83% from 255) = 45.3%

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

 BLUE value IS 48 (19.14% from 255) = 11.57%

R = 45.3%
G = 43.13%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BCB330 (or 0xBCB330) is known color: Earls Green. HEX triplet: BC, B3 and 30. RGB value is (188,179,48). Sum of RGB (Red+Green+Blue) = 188+179+48=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB330 is #434CCF. Grayscale: #A7A7A7. Windows color (decimal): -4410576 or 3191740. OLE color: 3191740.

HSL color Cylindrical-coordinate representation of color #BCB330: hue angle of 56.14º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCB330 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 179 48 -
CMYK 0 0.05 0.74 0.26
HSL 56.14º 0.59% 0.46% -
HSV(B) 56.14º 0.74% 0.74% -
XYZ 37.39 43.14 9.15 -
YUV 166.76 60.98 143.15 -
System Red Green Blue C M Y K H S L
Decimal 188 179 48 0 0.05 0.74 0.26 56.14 0.59 0.46
Hex BC B3 30 0 5 4A 1A 38 3B 2E
Octal 274 263 60 0 5 112 32 70 73 56
Binary 10111100 10110011 110000 0 101 1001010 11010 111000 111011 101110

Color Harmonies of #BCB330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB330

Black with #BCB330

Text Example


Text Example

White with #BCB330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB330; }

 p { color: rgb(188,179,48); }

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

background-color css

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

 a { background-color: rgb(188,179,48); }

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

border-color css

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

 span { border-color: rgb(188,179,48); }

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