Html Css Color HEX #BCB92B Earls Green

📋 copy color: '#BCB92B'

red 188 ◦ green 185 ◦ blue 43

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

Shades of Earls Green #BCB92B

Tints of Earls Green #BCB92B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.47%

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

R = 45.19%
G = 44.47%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BCB92B (or 0xBCB92B) is known color: Earls Green. HEX triplet: BC, B9 and 2B. RGB value is (188,185,43). Sum of RGB (Red+Green+Blue) = 188+185+43=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 43 (17.19% from 255 or 10.34% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB92B is #4346D4. Grayscale: #AAAAAA. Windows color (decimal): -4409045 or 2865596. OLE color: 2865596.

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

Color convert

RGB 188 185 43 -
CMYK 0 0.02 0.77 0.26
HSL 58.76º 0.63% 0.45% -
HSV(B) 58.76º 0.77% 0.74% -
XYZ 38.52 45.56 9.05 -
YUV 169.71 56.49 141.05 -
System Red Green Blue C M Y K H S L
Decimal 188 185 43 0 0.02 0.77 0.26 58.76 0.63 0.45
Hex BC B9 2B 0 2 4D 1A 3B 3F 2D
Octal 274 271 53 0 2 115 32 73 77 55
Binary 10111100 10111001 101011 0 10 1001101 11010 111011 111111 101101

Color Harmonies of #BCB92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB92B

Black with #BCB92B

Text Example


Text Example

White with #BCB92B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB92B; }

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

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

background-color css

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

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

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

border-color css

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

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

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