Html Css Color HEX #BCB231 Earls Green

📋 copy color: '#BCB231'

red 188 ◦ green 178 ◦ blue 49

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

Shades of Earls Green #BCB231

Tints of Earls Green #BCB231

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.89%

 BLUE value IS 49 (19.53% from 255) = 11.81%

R = 45.3%
G = 42.89%
B = 11.81%

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

#BCB231 (or 0xBCB231) is known color: Earls Green. HEX triplet: BC, B2 and 31. RGB value is (188,178,49). Sum of RGB (Red+Green+Blue) = 188+178+49=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB231 is #434DCE. Grayscale: #A6A6A6. Windows color (decimal): -4410831 or 3257020. OLE color: 3257020.

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

Color convert

RGB 188 178 49 -
CMYK 0 0.05 0.74 0.26
HSL 55.68º 0.59% 0.46% -
HSV(B) 55.68º 0.74% 0.74% -
XYZ 37.21 42.75 9.2 -
YUV 166.28 61.81 143.49 -
System Red Green Blue C M Y K H S L
Decimal 188 178 49 0 0.05 0.74 0.26 55.68 0.59 0.46
Hex BC B2 31 0 5 4A 1A 38 3B 2E
Octal 274 262 61 0 5 112 32 70 73 56
Binary 10111100 10110010 110001 0 101 1001010 11010 111000 111011 101110

Color Harmonies of #BCB231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB231

Black with #BCB231

Text Example


Text Example

White with #BCB231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB231; }

 p { color: rgb(188,178,49); }

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

background-color css

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

 a { background-color: rgb(188,178,49); }

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

border-color css

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

 span { border-color: rgb(188,178,49); }

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