Html Css Color HEX #BBF260 Conifer

📋 copy color: '#BBF260'

red 187 ◦ green 242 ◦ blue 96

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

Shades of Conifer #BBF260

Tints of Conifer #BBF260

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.1%

 BLUE value IS 96 (37.89% from 255) = 18.29%

R = 35.62%
G = 46.1%
B = 18.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#BBF260 (or 0xBBF260) is known color: Conifer. HEX triplet: BB, F2 and 60. RGB value is (187,242,96). Sum of RGB (Red+Green+Blue) = 187+242+96=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF260 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF260 is #440D9F. Grayscale: #D1D1D1. Windows color (decimal): -4459936 or 6353595. OLE color: 6353595.

HSL color Cylindrical-coordinate representation of color #BBF260: hue angle of 82.6º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBF260 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 242 96 -
CMYK 0.23 0 0.60 0.05
HSL 82.6º 0.85% 0.66% -
HSV(B) 82.6º 0.6% 0.95% -
XYZ 54.36 74.91 22.66 -
YUV 208.91 64.28 112.37 -
System Red Green Blue C M Y K H S L
Decimal 187 242 96 0.23 0 0.60 0.05 82.6 0.85 0.66
Hex BB F2 60 17 0 3C 5 53 55 42
Octal 273 362 140 27 0 74 5 123 125 102
Binary 10111011 11110010 1100000 10111 0 111100 101 1010011 1010101 1000010

Color Harmonies of #BBF260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF260

Black with #BBF260

Text Example


Text Example

White with #BBF260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF260; }

 p { color: rgb(187,242,96); }

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

background-color css

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

 a { background-color: rgb(187,242,96); }

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

border-color css

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

 span { border-color: rgb(187,242,96); }

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