Html Css Color HEX #BCF45C Conifer

📋 copy color: '#BCF45C'

red 188 ◦ green 244 ◦ blue 92

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

Shades of Conifer #BCF45C

Tints of Conifer #BCF45C

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.56%

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

R = 35.88%
G = 46.56%
B = 17.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#BCF45C (or 0xBCF45C) is known color: Conifer. HEX triplet: BC, F4 and 5C. RGB value is (188,244,92). Sum of RGB (Red+Green+Blue) = 188+244+92=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 92 (36.33% from 255 or 17.56% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF45C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF45C is #430BA3. Grayscale: #D2D2D2. Windows color (decimal): -4393892 or 6091964. OLE color: 6091964.

HSL color Cylindrical-coordinate representation of color #BCF45C: hue angle of 82.11º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCF45C is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 244 92 -
CMYK 0.23 0 0.62 0.04
HSL 82.11º 0.87% 0.66% -
HSV(B) 82.11º 0.62% 0.96% -
XYZ 55.02 76.17 21.93 -
YUV 209.93 61.45 112.36 -
System Red Green Blue C M Y K H S L
Decimal 188 244 92 0.23 0 0.62 0.04 82.11 0.87 0.66
Hex BC F4 5C 17 0 3E 4 52 57 42
Octal 274 364 134 27 0 76 4 122 127 102
Binary 10111100 11110100 1011100 10111 0 111110 100 1010010 1010111 1000010

Color Harmonies of #BCF45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF45C

Black with #BCF45C

Text Example


Text Example

White with #BCF45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF45C; }

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

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

background-color css

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

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

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

border-color css

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

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

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