Html Css Color HEX #B0F966 Conifer

📋 copy color: '#B0F966'

red 176 ◦ green 249 ◦ blue 102

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

Shades of Conifer #B0F966

Tints of Conifer #B0F966

RGB

 RED value IS 176 (69.14% from 255) = 33.4%

 GREEN value IS 249 (97.66% from 255) = 47.25%

 BLUE value IS 102 (40.23% from 255) = 19.35%

R = 33.4%
G = 47.25%
B = 19.35%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#B0F966 (or 0xB0F966) is known color: Conifer. HEX triplet: B0, F9 and 66. RGB value is (176,249,102). Sum of RGB (Red+Green+Blue) = 176+249+102=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 102 (40.23% from 255 or 19.35% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F966 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F966 is #4F0699. Grayscale: #D2D2D2. Windows color (decimal): -5179034 or 6748592. OLE color: 6748592.

HSL color Cylindrical-coordinate representation of color #B0F966: hue angle of 89.8º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0F966 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 249 102 -
CMYK 0.29 0 0.59 0.02
HSL 89.8º 0.92% 0.69% -
HSV(B) 89.8º 0.59% 0.98% -
XYZ 54.18 77.94 24.76 -
YUV 210.42 66.82 103.45 -
System Red Green Blue C M Y K H S L
Decimal 176 249 102 0.29 0 0.59 0.02 89.8 0.92 0.69
Hex B0 F9 66 1D 0 3B 2 5A 5C 45
Octal 260 371 146 35 0 73 2 132 134 105
Binary 10110000 11111001 1100110 11101 0 111011 10 1011010 1011100 1000101

Color Harmonies of #B0F966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F966

Black with #B0F966

Text Example


Text Example

White with #B0F966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F966; }

 p { color: rgb(176,249,102); }

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

background-color css

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

 a { background-color: rgb(176,249,102); }

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

border-color css

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

 span { border-color: rgb(176,249,102); }

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