Html Css Color HEX #B0DA67 Conifer

📋 copy color: '#B0DA67'

red 176 ◦ green 218 ◦ blue 103

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

Shades of Conifer #B0DA67

Tints of Conifer #B0DA67

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.86%

 BLUE value IS 103 (40.63% from 255) = 20.72%

R = 35.41%
G = 43.86%
B = 20.72%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#B0DA67 (or 0xB0DA67) is known color: Conifer. HEX triplet: B0, DA and 67. RGB value is (176,218,103). Sum of RGB (Red+Green+Blue) = 176+218+103=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 103 (40.62% from 255 or 20.72% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA67 is #4F2598. Grayscale: #C0C0C0. Windows color (decimal): -5186969 or 6806192. OLE color: 6806192.

HSL color Cylindrical-coordinate representation of color #B0DA67: hue angle of 81.91º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0DA67 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 218 103 -
CMYK 0.19 0 0.53 0.15
HSL 81.91º 0.61% 0.63% -
HSV(B) 81.91º 0.53% 0.85% -
XYZ 45.42 60.35 22.09 -
YUV 192.33 77.59 116.35 -
System Red Green Blue C M Y K H S L
Decimal 176 218 103 0.19 0 0.53 0.15 81.91 0.61 0.63
Hex B0 DA 67 13 0 35 F 52 3D 3F
Octal 260 332 147 23 0 65 17 122 75 77
Binary 10110000 11011010 1100111 10011 0 110101 1111 1010010 111101 111111

Color Harmonies of #B0DA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DA67

Black with #B0DA67

Text Example


Text Example

White with #B0DA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DA67; }

 p { color: rgb(176,218,103); }

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

background-color css

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

 a { background-color: rgb(176,218,103); }

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

border-color css

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

 span { border-color: rgb(176,218,103); }

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