Html Css Color HEX #BCB62B Earls Green

📋 copy color: '#BCB62B'

red 188 ◦ green 182 ◦ blue 43

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

Shades of Earls Green #BCB62B

Tints of Earls Green #BCB62B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.07%

 BLUE value IS 43 (17.19% from 255) = 10.41%

R = 45.52%
G = 44.07%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BCB62B (or 0xBCB62B) is known color: Earls Green. HEX triplet: BC, B6 and 2B. RGB value is (188,182,43). Sum of RGB (Red+Green+Blue) = 188+182+43=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 43 (17.19% from 255 or 10.41% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB62B is #4349D4. Grayscale: #A8A8A8. Windows color (decimal): -4409813 or 2864828. OLE color: 2864828.

HSL color Cylindrical-coordinate representation of color #BCB62B: hue angle of 57.52º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCB62B is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 182 43 -
CMYK 0 0.03 0.77 0.26
HSL 57.52º 0.63% 0.45% -
HSV(B) 57.52º 0.77% 0.74% -
XYZ 37.9 44.32 8.84 -
YUV 167.95 57.49 142.3 -
System Red Green Blue C M Y K H S L
Decimal 188 182 43 0 0.03 0.77 0.26 57.52 0.63 0.45
Hex BC B6 2B 0 3 4D 1A 3A 3F 2D
Octal 274 266 53 0 3 115 32 72 77 55
Binary 10111100 10110110 101011 0 11 1001101 11010 111010 111111 101101

Color Harmonies of #BCB62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB62B

Black with #BCB62B

Text Example


Text Example

White with #BCB62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB62B; }

 p { color: rgb(188,182,43); }

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

background-color css

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

 a { background-color: rgb(188,182,43); }

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

border-color css

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

 span { border-color: rgb(188,182,43); }

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