Html Css Color HEX #BAD34B Conifer

📋 copy color: '#BAD34B'

red 186 ◦ green 211 ◦ blue 75

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

Shades of Conifer #BAD34B

Tints of Conifer #BAD34B

RGB

 RED value IS 186 (73.05% from 255) = 39.41%

 GREEN value IS 211 (82.81% from 255) = 44.7%

 BLUE value IS 75 (29.69% from 255) = 15.89%

R = 39.41%
G = 44.7%
B = 15.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#BAD34B (or 0xBAD34B) is known color: Conifer. HEX triplet: BA, D3 and 4B. RGB value is (186,211,75). Sum of RGB (Red+Green+Blue) = 186+211+75=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD34B is #452CB4. Grayscale: #BCBCBC. Windows color (decimal): -4533429 or 4969402. OLE color: 4969402.

HSL color Cylindrical-coordinate representation of color #BAD34B: hue angle of 71.03º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAD34B is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 211 75 -
CMYK 0.12 0 0.64 0.17
HSL 71.03º 0.61% 0.56% -
HSV(B) 71.03º 0.64% 0.83% -
XYZ 44.81 57.54 15.4 -
YUV 188.02 64.22 126.56 -
System Red Green Blue C M Y K H S L
Decimal 186 211 75 0.12 0 0.64 0.17 71.03 0.61 0.56
Hex BA D3 4B C 0 40 11 47 3D 38
Octal 272 323 113 14 0 100 21 107 75 70
Binary 10111010 11010011 1001011 1100 0 1000000 10001 1000111 111101 111000

Color Harmonies of #BAD34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD34B

Black with #BAD34B

Text Example


Text Example

White with #BAD34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD34B; }

 p { color: rgb(186,211,75); }

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

background-color css

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

 a { background-color: rgb(186,211,75); }

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

border-color css

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

 span { border-color: rgb(186,211,75); }

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