Html Css Color HEX #BCEA41 Conifer

📋 copy color: '#BCEA41'

red 188 ◦ green 234 ◦ blue 65

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

Shades of Conifer #BCEA41

Tints of Conifer #BCEA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.35%

R = 38.6%
G = 48.05%
B = 13.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#BCEA41 (or 0xBCEA41) is known color: Conifer. HEX triplet: BC, EA and 41. RGB value is (188,234,65). Sum of RGB (Red+Green+Blue) = 188+234+65=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 65 (25.78% from 255 or 13.35% from 487); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEA41 is #4315BE. Grayscale: #C9C9C9. Windows color (decimal): -4396479 or 4319932. OLE color: 4319932.

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

Color convert

RGB 188 234 65 -
CMYK 0.20 0 0.72 0.08
HSL 76.33º 0.8% 0.59% -
HSV(B) 76.33º 0.72% 0.92% -
XYZ 51.12 69.92 15.8 -
YUV 200.98 51.26 118.74 -
System Red Green Blue C M Y K H S L
Decimal 188 234 65 0.20 0 0.72 0.08 76.33 0.8 0.59
Hex BC EA 41 14 0 48 8 4C 50 3B
Octal 274 352 101 24 0 110 10 114 120 73
Binary 10111100 11101010 1000001 10100 0 1001000 1000 1001100 1010000 111011

Color Harmonies of #BCEA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEA41

Black with #BCEA41

Text Example


Text Example

White with #BCEA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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