Html Css Color HEX #BCDF6A Conifer

📋 copy color: '#BCDF6A'

red 188 ◦ green 223 ◦ blue 106

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

Shades of Conifer #BCDF6A

Tints of Conifer #BCDF6A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.13%

 BLUE value IS 106 (41.8% from 255) = 20.5%

R = 36.36%
G = 43.13%
B = 20.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#BCDF6A (or 0xBCDF6A) is known color: Conifer. HEX triplet: BC, DF and 6A. RGB value is (188,223,106). Sum of RGB (Red+Green+Blue) = 188+223+106=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 106 (41.80% from 255 or 20.50% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF6A is #432095. Grayscale: #C7C7C7. Windows color (decimal): -4399254 or 7004092. OLE color: 7004092.

HSL color Cylindrical-coordinate representation of color #BCDF6A: hue angle of 77.95º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCDF6A is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 106 -
CMYK 0.16 0 0.52 0.13
HSL 77.95º 0.65% 0.65% -
HSV(B) 77.95º 0.52% 0.87% -
XYZ 49.73 64.51 23.47 -
YUV 199.2 75.4 120.01 -
System Red Green Blue C M Y K H S L
Decimal 188 223 106 0.16 0 0.52 0.13 77.95 0.65 0.65
Hex BC DF 6A 10 0 34 D 4E 41 41
Octal 274 337 152 20 0 64 15 116 101 101
Binary 10111100 11011111 1101010 10000 0 110100 1101 1001110 1000001 1000001

Color Harmonies of #BCDF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF6A

Black with #BCDF6A

Text Example


Text Example

White with #BCDF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF6A; }

 p { color: rgb(188,223,106); }

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

background-color css

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

 a { background-color: rgb(188,223,106); }

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

border-color css

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

 span { border-color: rgb(188,223,106); }

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