Html Css Color HEX #BCE64B Conifer

📋 copy color: '#BCE64B'

red 188 ◦ green 230 ◦ blue 75

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

Shades of Conifer #BCE64B

Tints of Conifer #BCE64B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.65%

 BLUE value IS 75 (29.69% from 255) = 15.21%

R = 38.13%
G = 46.65%
B = 15.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#BCE64B (or 0xBCE64B) is known color: Conifer. HEX triplet: BC, E6 and 4B. RGB value is (188,230,75). Sum of RGB (Red+Green+Blue) = 188+230+75=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 75 (29.69% from 255 or 15.21% from 493); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE64B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE64B is #4319B4. Grayscale: #C8C8C8. Windows color (decimal): -4397493 or 4974268. OLE color: 4974268.

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

Color convert

RGB 188 230 75 -
CMYK 0.18 0 0.67 0.10
HSL 76.26º 0.76% 0.6% -
HSV(B) 76.26º 0.67% 0.9% -
XYZ 50.31 67.79 17.09 -
YUV 199.77 57.59 119.6 -
System Red Green Blue C M Y K H S L
Decimal 188 230 75 0.18 0 0.67 0.10 76.26 0.76 0.6
Hex BC E6 4B 12 0 43 A 4C 4C 3C
Octal 274 346 113 22 0 103 12 114 114 74
Binary 10111100 11100110 1001011 10010 0 1000011 1010 1001100 1001100 111100

Color Harmonies of #BCE64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE64B

Black with #BCE64B

Text Example


Text Example

White with #BCE64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE64B; }

 p { color: rgb(188,230,75); }

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

background-color css

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

 a { background-color: rgb(188,230,75); }

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

border-color css

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

 span { border-color: rgb(188,230,75); }

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