Html Css Color HEX #BCE464 Conifer

📋 copy color: '#BCE464'

red 188 ◦ green 228 ◦ blue 100

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

Shades of Conifer #BCE464

Tints of Conifer #BCE464

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.19%

 BLUE value IS 100 (39.45% from 255) = 19.38%

R = 36.43%
G = 44.19%
B = 19.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#BCE464 (or 0xBCE464) is known color: Conifer. HEX triplet: BC, E4 and 64. RGB value is (188,228,100). Sum of RGB (Red+Green+Blue) = 188+228+100=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 100 (39.45% from 255 or 19.38% from 516); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE464 is #431B9B. Grayscale: #C9C9C9. Windows color (decimal): -4397980 or 6612156. OLE color: 6612156.

HSL color Cylindrical-coordinate representation of color #BCE464: hue angle of 78.75º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCE464 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 228 100 -
CMYK 0.18 0 0.56 0.11
HSL 78.75º 0.7% 0.64% -
HSV(B) 78.75º 0.56% 0.89% -
XYZ 50.78 67.1 22.33 -
YUV 201.45 70.75 118.41 -
System Red Green Blue C M Y K H S L
Decimal 188 228 100 0.18 0 0.56 0.11 78.75 0.7 0.64
Hex BC E4 64 12 0 38 B 4F 46 40
Octal 274 344 144 22 0 70 13 117 106 100
Binary 10111100 11100100 1100100 10010 0 111000 1011 1001111 1000110 1000000

Color Harmonies of #BCE464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE464

Black with #BCE464

Text Example


Text Example

White with #BCE464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE464; }

 p { color: rgb(188,228,100); }

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

background-color css

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

 a { background-color: rgb(188,228,100); }

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

border-color css

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

 span { border-color: rgb(188,228,100); }

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