Html Css Color HEX #B0E068 Conifer

📋 copy color: '#B0E068'

red 176 ◦ green 224 ◦ blue 104

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

Shades of Conifer #B0E068

Tints of Conifer #B0E068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.63%

R = 34.92%
G = 44.44%
B = 20.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#B0E068 (or 0xB0E068) is known color: Conifer. HEX triplet: B0, E0 and 68. RGB value is (176,224,104). Sum of RGB (Red+Green+Blue) = 176+224+104=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E068 is #4F1F97. Grayscale: #C4C4C4. Windows color (decimal): -5185432 or 6873264. OLE color: 6873264.

HSL color Cylindrical-coordinate representation of color #B0E068: hue angle of 84º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0E068 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 224 104 -
CMYK 0.21 0 0.54 0.12
HSL 84º 0.66% 0.64% -
HSV(B) 84º 0.54% 0.88% -
XYZ 47.06 63.54 22.88 -
YUV 195.97 76.1 113.76 -
System Red Green Blue C M Y K H S L
Decimal 176 224 104 0.21 0 0.54 0.12 84 0.66 0.64
Hex B0 E0 68 15 0 36 C 54 42 40
Octal 260 340 150 25 0 66 14 124 102 100
Binary 10110000 11100000 1101000 10101 0 110110 1100 1010100 1000010 1000000

Color Harmonies of #B0E068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E068

Black with #B0E068

Text Example


Text Example

White with #B0E068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E068; }

 p { color: rgb(176,224,104); }

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

background-color css

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

 a { background-color: rgb(176,224,104); }

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

border-color css

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

 span { border-color: rgb(176,224,104); }

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