Html Css Color HEX #BBE14B Conifer

📋 copy color: '#BBE14B'

red 187 ◦ green 225 ◦ blue 75

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

Shades of Conifer #BBE14B

Tints of Conifer #BBE14B

RGB

 RED value IS 187 (73.44% from 255) = 38.4%

 GREEN value IS 225 (88.28% from 255) = 46.2%

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

R = 38.4%
G = 46.2%
B = 15.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#BBE14B (or 0xBBE14B) is known color: Conifer. HEX triplet: BB, E1 and 4B. RGB value is (187,225,75). Sum of RGB (Red+Green+Blue) = 187+225+75=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 75 (29.69% from 255 or 15.40% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE14B is #441EB4. Grayscale: #C5C5C5. Windows color (decimal): -4464309 or 4972987. OLE color: 4972987.

HSL color Cylindrical-coordinate representation of color #BBE14B: hue angle of 75.2º 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 #BBE14B is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 225 75 -
CMYK 0.17 0 0.67 0.12
HSL 75.2º 0.71% 0.59% -
HSV(B) 75.2º 0.67% 0.88% -
XYZ 48.69 64.92 16.62 -
YUV 196.54 59.41 121.2 -
System Red Green Blue C M Y K H S L
Decimal 187 225 75 0.17 0 0.67 0.12 75.2 0.71 0.59
Hex BB E1 4B 11 0 43 C 4B 47 3B
Octal 273 341 113 21 0 103 14 113 107 73
Binary 10111011 11100001 1001011 10001 0 1000011 1100 1001011 1000111 111011

Color Harmonies of #BBE14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE14B

Black with #BBE14B

Text Example


Text Example

White with #BBE14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE14B; }

 p { color: rgb(187,225,75); }

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

background-color css

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

 a { background-color: rgb(187,225,75); }

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

border-color css

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

 span { border-color: rgb(187,225,75); }

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