Html Css Color HEX #BAD54B Conifer

📋 copy color: '#BAD54B'

red 186 ◦ green 213 ◦ blue 75

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

Shades of Conifer #BAD54B

Tints of Conifer #BAD54B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.94%

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

R = 39.24%
G = 44.94%
B = 15.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#BAD54B (or 0xBAD54B) is known color: Conifer. HEX triplet: BA, D5 and 4B. RGB value is (186,213,75). Sum of RGB (Red+Green+Blue) = 186+213+75=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD54B is #452AB4. Grayscale: #BDBDBD. Windows color (decimal): -4532917 or 4969914. OLE color: 4969914.

HSL color Cylindrical-coordinate representation of color #BAD54B: hue angle of 71.74º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAD54B is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 213 75 -
CMYK 0.13 0 0.65 0.16
HSL 71.74º 0.62% 0.56% -
HSV(B) 71.74º 0.65% 0.84% -
XYZ 45.31 58.54 15.57 -
YUV 189.2 63.55 125.72 -
System Red Green Blue C M Y K H S L
Decimal 186 213 75 0.13 0 0.65 0.16 71.74 0.62 0.56
Hex BA D5 4B D 0 41 10 48 3E 38
Octal 272 325 113 15 0 101 20 110 76 70
Binary 10111010 11010101 1001011 1101 0 1000001 10000 1001000 111110 111000

Color Harmonies of #BAD54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD54B

Black with #BAD54B

Text Example


Text Example

White with #BAD54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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