Html Css Color HEX #BBD482 Caper

📋 copy color: '#BBD482'

red 187 ◦ green 212 ◦ blue 130

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

Shades of Caper #BBD482

Tints of Caper #BBD482

RGB

 RED value IS 187 (73.44% from 255) = 35.35%

 GREEN value IS 212 (83.2% from 255) = 40.08%

 BLUE value IS 130 (51.17% from 255) = 24.57%

R = 35.35%
G = 40.08%
B = 24.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#BBD482 (or 0xBBD482) is known color: Caper. HEX triplet: BB, D4 and 82. RGB value is (187,212,130). Sum of RGB (Red+Green+Blue) = 187+212+130=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD482 is #442B7D. Grayscale: #C3C3C3. Windows color (decimal): -4467582 or 8574139. OLE color: 8574139.

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

Color convert

RGB 187 212 130 -
CMYK 0.12 0 0.39 0.17
HSL 78.29º 0.49% 0.67% -
HSV(B) 78.29º 0.39% 0.83% -
XYZ 48.07 59.26 30.02 -
YUV 195.18 91.22 122.17 -
System Red Green Blue C M Y K H S L
Decimal 187 212 130 0.12 0 0.39 0.17 78.29 0.49 0.67
Hex BB D4 82 C 0 27 11 4E 31 43
Octal 273 324 202 14 0 47 21 116 61 103
Binary 10111011 11010100 10000010 1100 0 100111 10001 1001110 110001 1000011

Color Harmonies of #BBD482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD482

Black with #BBD482

Text Example


Text Example

White with #BBD482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD482; }

 p { color: rgb(187,212,130); }

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

background-color css

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

 a { background-color: rgb(187,212,130); }

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

border-color css

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

 span { border-color: rgb(187,212,130); }

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