Html Css Color HEX #CABB26 Barberry

📋 copy color: '#CABB26'

red 202 ◦ green 187 ◦ blue 38

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

Shades of Barberry #CABB26

Tints of Barberry #CABB26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.9%

R = 47.31%
G = 43.79%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CABB26 (or 0xCABB26) is known color: Barberry. HEX triplet: CA, BB and 26. RGB value is (202,187,38). Sum of RGB (Red+Green+Blue) = 202+187+38=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 38 (15.23% from 255 or 8.90% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB26 is #3544D9. Grayscale: #AFAFAF. Windows color (decimal): -3491034 or 2538442. OLE color: 2538442.

HSL color Cylindrical-coordinate representation of color #CABB26: hue angle of 54.51º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CABB26 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 187 38 -
CMYK 0 0.07 0.81 0.21
HSL 54.51º 0.68% 0.47% -
HSV(B) 54.51º 0.81% 0.79% -
XYZ 42.48 48.24 8.91 -
YUV 174.5 50.97 147.62 -
System Red Green Blue C M Y K H S L
Decimal 202 187 38 0 0.07 0.81 0.21 54.51 0.68 0.47
Hex CA BB 26 0 7 51 15 37 44 2F
Octal 312 273 46 0 7 121 25 67 104 57
Binary 11001010 10111011 100110 0 111 1010001 10101 110111 1000100 101111

Color Harmonies of #CABB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB26

Black with #CABB26

Text Example


Text Example

White with #CABB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB26; }

 p { color: rgb(202,187,38); }

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

background-color css

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

 a { background-color: rgb(202,187,38); }

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

border-color css

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

 span { border-color: rgb(202,187,38); }

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