Html Css Color HEX #BCB627 Earls Green

📋 copy color: '#BCB627'

red 188 ◦ green 182 ◦ blue 39

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

Shades of Earls Green #BCB627

Tints of Earls Green #BCB627

RGB

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

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

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

R = 45.97%
G = 44.5%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BCB627 (or 0xBCB627) is known color: Earls Green. HEX triplet: BC, B6 and 27. RGB value is (188,182,39). Sum of RGB (Red+Green+Blue) = 188+182+39=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB627 is #4349D8. Grayscale: #A8A8A8. Windows color (decimal): -4409817 or 2602684. OLE color: 2602684.

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

Color convert

RGB 188 182 39 -
CMYK 0 0.03 0.79 0.26
HSL 57.58º 0.66% 0.45% -
HSV(B) 57.58º 0.79% 0.74% -
XYZ 37.83 44.29 8.47 -
YUV 167.49 55.49 142.63 -
System Red Green Blue C M Y K H S L
Decimal 188 182 39 0 0.03 0.79 0.26 57.58 0.66 0.45
Hex BC B6 27 0 3 4F 1A 3A 42 2D
Octal 274 266 47 0 3 117 32 72 102 55
Binary 10111100 10110110 100111 0 11 1001111 11010 111010 1000010 101101

Color Harmonies of #BCB627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB627

Black with #BCB627

Text Example


Text Example

White with #BCB627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB627; }

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

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

background-color css

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

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

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

border-color css

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

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

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