Html Css Color HEX #BDD653 Conifer

📋 copy color: '#BDD653'

red 189 ◦ green 214 ◦ blue 83

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

Shades of Conifer #BDD653

Tints of Conifer #BDD653

RGB

 RED value IS 189 (74.22% from 255) = 38.89%

 GREEN value IS 214 (83.98% from 255) = 44.03%

 BLUE value IS 83 (32.81% from 255) = 17.08%

R = 38.89%
G = 44.03%
B = 17.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#BDD653 (or 0xBDD653) is known color: Conifer. HEX triplet: BD, D6 and 53. RGB value is (189,214,83). Sum of RGB (Red+Green+Blue) = 189+214+83=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 83 (32.81% from 255 or 17.08% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD653 is #4229AC. Grayscale: #C0C0C0. Windows color (decimal): -4336045 or 5494461. OLE color: 5494461.

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

Color convert

RGB 189 214 83 -
CMYK 0.12 0 0.61 0.16
HSL 71.45º 0.62% 0.58% -
HSV(B) 71.45º 0.61% 0.84% -
XYZ 46.59 59.54 17.22 -
YUV 191.59 66.72 126.15 -
System Red Green Blue C M Y K H S L
Decimal 189 214 83 0.12 0 0.61 0.16 71.45 0.62 0.58
Hex BD D6 53 C 0 3D 10 47 3E 3A
Octal 275 326 123 14 0 75 20 107 76 72
Binary 10111101 11010110 1010011 1100 0 111101 10000 1000111 111110 111010

Color Harmonies of #BDD653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD653

Black with #BDD653

Text Example


Text Example

White with #BDD653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD653; }

 p { color: rgb(189,214,83); }

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

background-color css

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

 a { background-color: rgb(189,214,83); }

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

border-color css

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

 span { border-color: rgb(189,214,83); }

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