Html Css Color HEX #BCEA4D Conifer

📋 copy color: '#BCEA4D'

red 188 ◦ green 234 ◦ blue 77

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

Shades of Conifer #BCEA4D

Tints of Conifer #BCEA4D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.89%

 BLUE value IS 77 (30.47% from 255) = 15.43%

R = 37.68%
G = 46.89%
B = 15.43%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#BCEA4D (or 0xBCEA4D) is known color: Conifer. HEX triplet: BC, EA and 4D. RGB value is (188,234,77). Sum of RGB (Red+Green+Blue) = 188+234+77=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEA4D is #4315B2. Grayscale: #CACACA. Windows color (decimal): -4396467 or 5106364. OLE color: 5106364.

HSL color Cylindrical-coordinate representation of color #BCEA4D: hue angle of 77.58º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCEA4D is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 234 77 -
CMYK 0.20 0 0.67 0.08
HSL 77.58º 0.79% 0.61% -
HSV(B) 77.58º 0.67% 0.92% -
XYZ 51.5 70.07 17.83 -
YUV 202.35 57.26 117.77 -
System Red Green Blue C M Y K H S L
Decimal 188 234 77 0.20 0 0.67 0.08 77.58 0.79 0.61
Hex BC EA 4D 14 0 43 8 4E 4F 3D
Octal 274 352 115 24 0 103 10 116 117 75
Binary 10111100 11101010 1001101 10100 0 1000011 1000 1001110 1001111 111101

Color Harmonies of #BCEA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEA4D

Black with #BCEA4D

Text Example


Text Example

White with #BCEA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEA4D; }

 p { color: rgb(188,234,77); }

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

background-color css

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

 a { background-color: rgb(188,234,77); }

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

border-color css

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

 span { border-color: rgb(188,234,77); }

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