Html Css Color HEX #BCED5B Conifer

📋 copy color: '#BCED5B'

red 188 ◦ green 237 ◦ blue 91

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

Shades of Conifer #BCED5B

Tints of Conifer #BCED5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.64%

R = 36.43%
G = 45.93%
B = 17.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#BCED5B (or 0xBCED5B) is known color: Conifer. HEX triplet: BC, ED and 5B. RGB value is (188,237,91). Sum of RGB (Red+Green+Blue) = 188+237+91=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 91 (35.94% from 255 or 17.64% from 516); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED5B is #4312A4. Grayscale: #CECECE. Windows color (decimal): -4395685 or 6024636. OLE color: 6024636.

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

Color convert

RGB 188 237 91 -
CMYK 0.21 0 0.62 0.07
HSL 80.14º 0.8% 0.64% -
HSV(B) 80.14º 0.62% 0.93% -
XYZ 52.91 72.02 21.01 -
YUV 205.71 63.27 115.37 -
System Red Green Blue C M Y K H S L
Decimal 188 237 91 0.21 0 0.62 0.07 80.14 0.8 0.64
Hex BC ED 5B 15 0 3E 7 50 50 40
Octal 274 355 133 25 0 76 7 120 120 100
Binary 10111100 11101101 1011011 10101 0 111110 111 1010000 1010000 1000000

Color Harmonies of #BCED5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED5B

Black with #BCED5B

Text Example


Text Example

White with #BCED5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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