Html Css Color HEX #BBF165 Conifer

📋 copy color: '#BBF165'

red 187 ◦ green 241 ◦ blue 101

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

Shades of Conifer #BBF165

Tints of Conifer #BBF165

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.56%

 BLUE value IS 101 (39.84% from 255) = 19.09%

R = 35.35%
G = 45.56%
B = 19.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#BBF165 (or 0xBBF165) is known color: Conifer. HEX triplet: BB, F1 and 65. RGB value is (187,241,101). Sum of RGB (Red+Green+Blue) = 187+241+101=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF165 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF165 is #440E9A. Grayscale: #D1D1D1. Windows color (decimal): -4460187 or 6681019. OLE color: 6681019.

HSL color Cylindrical-coordinate representation of color #BBF165: hue angle of 83.14º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBF165 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 241 101 -
CMYK 0.22 0 0.58 0.05
HSL 83.14º 0.83% 0.67% -
HSV(B) 83.14º 0.58% 0.95% -
XYZ 54.3 74.41 23.81 -
YUV 208.89 67.11 112.38 -
System Red Green Blue C M Y K H S L
Decimal 187 241 101 0.22 0 0.58 0.05 83.14 0.83 0.67
Hex BB F1 65 16 0 3A 5 53 53 43
Octal 273 361 145 26 0 72 5 123 123 103
Binary 10111011 11110001 1100101 10110 0 111010 101 1010011 1010011 1000011

Color Harmonies of #BBF165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF165

Black with #BBF165

Text Example


Text Example

White with #BBF165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF165; }

 p { color: rgb(187,241,101); }

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

background-color css

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

 a { background-color: rgb(187,241,101); }

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

border-color css

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

 span { border-color: rgb(187,241,101); }

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