Html Css Color HEX #BCE04B Conifer

📋 copy color: '#BCE04B'

red 188 ◦ green 224 ◦ blue 75

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

Shades of Conifer #BCE04B

Tints of Conifer #BCE04B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46%

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

R = 38.6%
G = 46%
B = 15.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#BCE04B (or 0xBCE04B) is known color: Conifer. HEX triplet: BC, E0 and 4B. RGB value is (188,224,75). Sum of RGB (Red+Green+Blue) = 188+224+75=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 75 (29.69% from 255 or 15.40% from 487); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE04B is #431FB4. Grayscale: #C4C4C4. Windows color (decimal): -4399029 or 4972732. OLE color: 4972732.

HSL color Cylindrical-coordinate representation of color #BCE04B: hue angle of 74.5º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCE04B is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 75 -
CMYK 0.16 0 0.67 0.12
HSL 74.5º 0.71% 0.59% -
HSV(B) 74.5º 0.67% 0.88% -
XYZ 48.66 64.51 16.54 -
YUV 196.25 59.57 122.12 -
System Red Green Blue C M Y K H S L
Decimal 188 224 75 0.16 0 0.67 0.12 74.5 0.71 0.59
Hex BC E0 4B 10 0 43 C 4A 47 3B
Octal 274 340 113 20 0 103 14 112 107 73
Binary 10111100 11100000 1001011 10000 0 1000011 1100 1001010 1000111 111011

Color Harmonies of #BCE04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE04B

Black with #BCE04B

Text Example


Text Example

White with #BCE04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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