Html Css Color HEX #BCED5C Conifer

📋 copy color: '#BCED5C'

red 188 ◦ green 237 ◦ blue 92

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

Shades of Conifer #BCED5C

Tints of Conifer #BCED5C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.84%

 BLUE value IS 92 (36.33% from 255) = 17.79%

R = 36.36%
G = 45.84%
B = 17.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#BCED5C (or 0xBCED5C) is known color: Conifer. HEX triplet: BC, ED and 5C. RGB value is (188,237,92). Sum of RGB (Red+Green+Blue) = 188+237+92=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 92 (36.33% from 255 or 17.79% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED5C is #4312A3. Grayscale: #CECECE. Windows color (decimal): -4395684 or 6090172. OLE color: 6090172.

HSL color Cylindrical-coordinate representation of color #BCED5C: hue angle of 80.28º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCED5C is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 92 -
CMYK 0.21 0 0.61 0.07
HSL 80.28º 0.8% 0.65% -
HSV(B) 80.28º 0.61% 0.93% -
XYZ 52.95 72.03 21.24 -
YUV 205.82 63.77 115.29 -
System Red Green Blue C M Y K H S L
Decimal 188 237 92 0.21 0 0.61 0.07 80.28 0.8 0.65
Hex BC ED 5C 15 0 3D 7 50 50 41
Octal 274 355 134 25 0 75 7 120 120 101
Binary 10111100 11101101 1011100 10101 0 111101 111 1010000 1010000 1000001

Color Harmonies of #BCED5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED5C

Black with #BCED5C

Text Example


Text Example

White with #BCED5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED5C; }

 p { color: rgb(188,237,92); }

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

background-color css

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

 a { background-color: rgb(188,237,92); }

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

border-color css

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

 span { border-color: rgb(188,237,92); }

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