Html Css Color HEX #BBC348 Celery

📋 copy color: '#BBC348'

red 187 ◦ green 195 ◦ blue 72

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

Shades of Celery #BBC348

Tints of Celery #BBC348

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.95%

 BLUE value IS 72 (28.52% from 255) = 15.86%

R = 41.19%
G = 42.95%
B = 15.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#BBC348 (or 0xBBC348) is known color: Celery. HEX triplet: BB, C3 and 48. RGB value is (187,195,72). Sum of RGB (Red+Green+Blue) = 187+195+72=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 72 (28.52% from 255 or 15.86% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC348 is #443CB7. Grayscale: #B3B3B3. Windows color (decimal): -4471992 or 4768699. OLE color: 4768699.

HSL color Cylindrical-coordinate representation of color #BBC348: hue angle of 63.9º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBC348 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 195 72 -
CMYK 0.04 0 0.63 0.24
HSL 63.9º 0.51% 0.52% -
HSV(B) 63.9º 0.63% 0.76% -
XYZ 41.18 50.06 13.62 -
YUV 178.59 67.85 134 -
System Red Green Blue C M Y K H S L
Decimal 187 195 72 0.04 0 0.63 0.24 63.9 0.51 0.52
Hex BB C3 48 4 0 3F 18 40 33 34
Octal 273 303 110 4 0 77 30 100 63 64
Binary 10111011 11000011 1001000 100 0 111111 11000 1000000 110011 110100

Color Harmonies of #BBC348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC348

Black with #BBC348

Text Example


Text Example

White with #BBC348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC348; }

 p { color: rgb(187,195,72); }

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

background-color css

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

 a { background-color: rgb(187,195,72); }

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

border-color css

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

 span { border-color: rgb(187,195,72); }

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