Html Css Color HEX #BCE55A Conifer

📋 copy color: '#BCE55A'

red 188 ◦ green 229 ◦ blue 90

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

Shades of Conifer #BCE55A

Tints of Conifer #BCE55A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.17%

 BLUE value IS 90 (35.55% from 255) = 17.75%

R = 37.08%
G = 45.17%
B = 17.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#BCE55A (or 0xBCE55A) is known color: Conifer. HEX triplet: BC, E5 and 5A. RGB value is (188,229,90). Sum of RGB (Red+Green+Blue) = 188+229+90=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE55A is #431AA5. Grayscale: #C9C9C9. Windows color (decimal): -4397734 or 5957052. OLE color: 5957052.

HSL color Cylindrical-coordinate representation of color #BCE55A: hue angle of 77.7º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCE55A is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 229 90 -
CMYK 0.18 0 0.61 0.10
HSL 77.7º 0.73% 0.63% -
HSV(B) 77.7º 0.61% 0.9% -
XYZ 50.6 67.47 20.03 -
YUV 200.9 65.42 118.8 -
System Red Green Blue C M Y K H S L
Decimal 188 229 90 0.18 0 0.61 0.10 77.7 0.73 0.63
Hex BC E5 5A 12 0 3D A 4E 49 3F
Octal 274 345 132 22 0 75 12 116 111 77
Binary 10111100 11100101 1011010 10010 0 111101 1010 1001110 1001001 111111

Color Harmonies of #BCE55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE55A

Black with #BCE55A

Text Example


Text Example

White with #BCE55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE55A; }

 p { color: rgb(188,229,90); }

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

background-color css

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

 a { background-color: rgb(188,229,90); }

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

border-color css

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

 span { border-color: rgb(188,229,90); }

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