Html Css Color HEX #BCE055 Conifer

📋 copy color: '#BCE055'

red 188 ◦ green 224 ◦ blue 85

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

Shades of Conifer #BCE055

Tints of Conifer #BCE055

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.07%

 BLUE value IS 85 (33.59% from 255) = 17.1%

R = 37.83%
G = 45.07%
B = 17.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#BCE055 (or 0xBCE055) is known color: Conifer. HEX triplet: BC, E0 and 55. RGB value is (188,224,85). Sum of RGB (Red+Green+Blue) = 188+224+85=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE055 is #431FAA. Grayscale: #C5C5C5. Windows color (decimal): -4399019 or 5628092. OLE color: 5628092.

HSL color Cylindrical-coordinate representation of color #BCE055: hue angle of 75.54º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCE055 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 85 -
CMYK 0.16 0 0.62 0.12
HSL 75.54º 0.69% 0.61% -
HSV(B) 75.54º 0.62% 0.88% -
XYZ 49.03 64.66 18.49 -
YUV 197.39 64.57 121.3 -
System Red Green Blue C M Y K H S L
Decimal 188 224 85 0.16 0 0.62 0.12 75.54 0.69 0.61
Hex BC E0 55 10 0 3E C 4C 45 3D
Octal 274 340 125 20 0 76 14 114 105 75
Binary 10111100 11100000 1010101 10000 0 111110 1100 1001100 1000101 111101

Color Harmonies of #BCE055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE055

Black with #BCE055

Text Example


Text Example

White with #BCE055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE055; }

 p { color: rgb(188,224,85); }

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

background-color css

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

 a { background-color: rgb(188,224,85); }

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

border-color css

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

 span { border-color: rgb(188,224,85); }

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