Html Css Color HEX #C2BB30 Old Gold

📋 copy color: '#C2BB30'

red 194 ◦ green 187 ◦ blue 48

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

Shades of Old Gold #C2BB30

Tints of Old Gold #C2BB30

RGB

 RED value IS 194 (76.17% from 255) = 45.22%

 GREEN value IS 187 (73.44% from 255) = 43.59%

 BLUE value IS 48 (19.14% from 255) = 11.19%

R = 45.22%
G = 43.59%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C2BB30 (or 0xC2BB30) is known color: Old Gold. HEX triplet: C2, BB and 30. RGB value is (194,187,48). Sum of RGB (Red+Green+Blue) = 194+187+48=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BB30 is #3D44CF. Grayscale: #ADADAD. Windows color (decimal): -4015312 or 3193794. OLE color: 3193794.

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

Color convert

RGB 194 187 48 -
CMYK 0 0.04 0.75 0.24
HSL 57.12º 0.6% 0.47% -
HSV(B) 57.12º 0.75% 0.76% -
XYZ 40.55 47.22 9.77 -
YUV 173.25 57.32 142.8 -
System Red Green Blue C M Y K H S L
Decimal 194 187 48 0 0.04 0.75 0.24 57.12 0.6 0.47
Hex C2 BB 30 0 4 4B 18 39 3C 2F
Octal 302 273 60 0 4 113 30 71 74 57
Binary 11000010 10111011 110000 0 100 1001011 11000 111001 111100 101111

Color Harmonies of #C2BB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB30

Black with #C2BB30

Text Example


Text Example

White with #C2BB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB30; }

 p { color: rgb(194,187,48); }

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

background-color css

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

 a { background-color: rgb(194,187,48); }

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

border-color css

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

 span { border-color: rgb(194,187,48); }

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