Html Css Color HEX #BCB630 Earls Green

📋 copy color: '#BCB630'

red 188 ◦ green 182 ◦ blue 48

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

Shades of Earls Green #BCB630

Tints of Earls Green #BCB630

RGB

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

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

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

R = 44.98%
G = 43.54%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BCB630 (or 0xBCB630) is known color: Earls Green. HEX triplet: BC, B6 and 30. RGB value is (188,182,48). Sum of RGB (Red+Green+Blue) = 188+182+48=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 48 (19.14% from 255 or 11.48% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB630 is #4349CF. Grayscale: #A9A9A9. Windows color (decimal): -4409808 or 3192508. OLE color: 3192508.

HSL color Cylindrical-coordinate representation of color #BCB630: hue angle of 57.43º 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 #BCB630 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 182 48 -
CMYK 0 0.03 0.74 0.26
HSL 57.43º 0.59% 0.46% -
HSV(B) 57.43º 0.74% 0.74% -
XYZ 38 44.36 9.36 -
YUV 168.52 59.99 141.9 -
System Red Green Blue C M Y K H S L
Decimal 188 182 48 0 0.03 0.74 0.26 57.43 0.59 0.46
Hex BC B6 30 0 3 4A 1A 39 3B 2E
Octal 274 266 60 0 3 112 32 71 73 56
Binary 10111100 10110110 110000 0 11 1001010 11010 111001 111011 101110

Color Harmonies of #BCB630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB630

Black with #BCB630

Text Example


Text Example

White with #BCB630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB630; }

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

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

background-color css

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

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

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

border-color css

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

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

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