Html Css Color HEX #CABD2D Barberry

📋 copy color: '#CABD2D'

red 202 ◦ green 189 ◦ blue 45

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

Shades of Barberry #CABD2D

Tints of Barberry #CABD2D

RGB

 RED value IS 202 (79.3% from 255) = 46.33%

 GREEN value IS 189 (74.22% from 255) = 43.35%

 BLUE value IS 45 (17.97% from 255) = 10.32%

R = 46.33%
G = 43.35%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CABD2D (or 0xCABD2D) is known color: Barberry. HEX triplet: CA, BD and 2D. RGB value is (202,189,45). Sum of RGB (Red+Green+Blue) = 202+189+45=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABD2D is #3542D2. Grayscale: #B1B1B1. Windows color (decimal): -3490515 or 2997706. OLE color: 2997706.

HSL color Cylindrical-coordinate representation of color #CABD2D: hue angle of 55.03º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CABD2D is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 189 45 -
CMYK 0 0.06 0.78 0.21
HSL 55.03º 0.64% 0.48% -
HSV(B) 55.03º 0.78% 0.79% -
XYZ 43.03 49.14 9.7 -
YUV 176.47 53.81 146.21 -
System Red Green Blue C M Y K H S L
Decimal 202 189 45 0 0.06 0.78 0.21 55.03 0.64 0.48
Hex CA BD 2D 0 6 4E 15 37 40 30
Octal 312 275 55 0 6 116 25 67 100 60
Binary 11001010 10111101 101101 0 110 1001110 10101 110111 1000000 110000

Color Harmonies of #CABD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABD2D

Black with #CABD2D

Text Example


Text Example

White with #CABD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABD2D; }

 p { color: rgb(202,189,45); }

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

background-color css

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

 a { background-color: rgb(202,189,45); }

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

border-color css

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

 span { border-color: rgb(202,189,45); }

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